Event fired when a request is made to the Server.
query | string | The query, the part after the '?' in the URL. |
remoteAddress | string | Remote address from which the query was sent, e.g. /127.0.0.1:53922 |
Event fired when a request is made to the Server.
obj = ServerInvokedEvent(query, remoteAddress)
query | string | The query, the part after the '?' in the URL. |
remoteAddress | string | Remote address from which the query was sent. e.g. /127.0.0.1:53922. |
obj | modelit.web.server.ServerInvokedEvent | Documentation for modelit.web.server.ServerInvokedEvent/ServerInvokedEvent doc modelit.web.server.ServerInvokedEvent |